翻訳と辞書 |
V8 (JavaScript engine) : ウィキペディア英語版 | V8 (JavaScript engine)
The V8 JavaScript Engine is an open source JavaScript engine developed by The Chromium Project for the Google Chrome web browser. It has since seen use in many other projects, such as Node.js and MongoDB that are used server side. , the head programmer is Lars Bak. The first version of the V8 engine was released at the same time as the first version of Chrome, September 2, 2008. V8 compiles JavaScript to native machine code (IA-32, x86-64, ARM, or MIPS ISAs; has also been ported to PowerPC〔https://github.com/andrewlow/v8ppc〕 and IBM s390〔https://github.com/andrewlow/v8z〕 for use in servers〔https://developer.ibm.com/opentech/2015/06/30/ppc-support-for-google-v8-goes-mainstream/〕)〔〔(【引用サイトリンク】title=V8 Changelog v3.8.2 )〕 before executing it, instead of more traditional techniques such as interpreting bytecode or compiling the whole program to machine code and executing it from a filesystem. The compiled code is additionally optimized (and re-optimized) dynamically at runtime, based on heuristics of the code's execution profile. Optimization techniques used include inlining, elision of expensive runtime properties, and inline caching, among many others. ==Details== The garbage collector of V8 is a generational incremental collector. The V8 assembler is based on the Strongtalk assembler. On 7 December 2010, a new compiling infrastructure named Crankshaft was released, with speed improvements.
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「V8 (JavaScript engine)」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|